Default Configurations
Here you can find all the default configuration files.
config.yml
prefix: "&8[�F7DDC�E9DDo�DBDCcCEDCoC0DBFB2DBFA4DAA&8] &7ยป"
command:
main: "ffa"
aliases:
- "freeforall"
locale-file: "messages_en.yml"
settings:
database:
type: "sqlite"
table-prefix: "cocoffa_"
mysql:
host: "localhost"
port: 3306
database: "cocoffa"
username: "root"
password: ""
ssl: false
pool-size: 10
sqlite:
file: "cocoffa.db"
infiniteSymbol: "โ"
leaderboard-update-seconds: 180
waiting-time: 180
player-limits:
min-players: 2
max-players: -1
broadcast:
enabled: true
times:
- 180
- 120
- 60
- 30
- 10
- 5
- 3
- 2
- 1
allowed-commands:
enabled: true
commands:
- "ffa"
- "freeforall"
- "msg"
- "tell"
- "r"
- "reply"
- "spawn"
- "tpa"
- "tpaccept"
- "tpdeny"
- "home"
- "sethome"
- "warp"
item-dropping:
countdown:
enabled: true
in-game:
enabled: false
max-players-per-ip:
enabled: true
max: 1
enderpearl:
restrict-outside-border: true
border:
teleport-if-outside-border: true
seconds: 3
blocks: 3
player-state-management:
enabled: true
allowed-gamemodes:
- "SURVIVAL"
- "ADVENTURE"
force-gamemode: "SURVIVAL"
fly:
disable-on-join: true
spectator:
staff-can-see: true
exit-gamemode: "SURVIVAL"
items:
player-selector:
material: "COMPASS"
name: "&ePlayer Selector"
lore:
- "&fRight-click to teleport to players"
- "&fin the arena you're spectating"
leave-spectate:
material: "BARRIER"
name: "&cLeave Spectate"
lore:
- "&fRight-click to stop spectating"
- "&fand return to spawn"
placeholders:
prefix: "cocoffa"
toplist_wins:
placeholder: "toplist_<place>"
value: "&#f5c400#%place% &f%player% &7ยป &#FF3737%wins% wins"
none: "&#f5c400#%place% &f- &7ยป &#FF3737- wins"
wins:
placeholder: "wins"
value: "&f%value%"
none: "&c0"
config-version: 2
arenas/default.yml
displayName: default
rewards:
commands: []
startLocation: ''
exitLocation: ''
borderCenter: ''
starter:
enabled: true
material: BLAZE_POWDER
glow: true
name: "�F7DD{arena_name} &fFFA Starter"
lore:
- " "
- "&fStarts an arena that anyone can join!"
- " "
- "&eRight-Click &6ยป &fStart Arena"
countdown:
actionbar:
enabled: true
message: "%prefix% �F7DD{start_seconds} &fseconds until �F7DD{arena_name} &fstarts!"
bossbar:
enabled: true
color: BLUE
style: SOLID
title: "%prefix% �F7DD{start_seconds} &fseconds until �F7DD{arena_name} &fstarts!"
scoreboard:
enabled: true
title: "�F7DD{arena_name} &fFFA"
lines:
- ""
- "�F7DDInformation:"
- "&fKills: �F7DD{kills}"
- "&fPlayers left: �F7DD{alive_players}"
- ""
- "#00F7DDEvent:"
- "&fArena: #00F7DD{arena_name}"
- ""
- "�F7DDdc.cocostudios.net"
ingame-actionbar:
enabled: true
message: "&fAlive: �F7DD{alive_players} &8&l| &fKills: �F7DD{kills}"
effects:
defaults:
- SPEED;1;1
- REGENERATION;1;1
'1':
start: 180
effects:
- SPEED;2;1
- REGENERATION;2;1
'2':
start: 300
effects:
- SPEED;3;1
- STRENGTH;1;1
border:
default: 100
'1':
start: 180
size: 80
seconds: 5
'2':
start: 300
size: 50
seconds: 10
webhook.yml
win:
url: "https://discord.com/api/webhooks/URL"
embed:
title: "๐ Arena Victory"
description: |
**Victory Details:**
โข Winner: `%player%`
โข Arena: `%arena%`
โข Kills: `%kills%`
๐ Congratulations on your victory!
color: "#FFD700"
footer: "CocoFFA"
image: ""
thumbnail: ""
join:
url: "https://discord.com/api/webhooks/URL"
embed:
title: "โ Player Joined Arena"
description: |
**Join Details:**
โข Player: `%player%`
โข Arena: `%arena%`
โข Players: `%current_players%/%max_players%`
๐ฅ The battle is heating up!
color: "#00FF00"
footer: "CocoFFA"
image: ""
thumbnail: ""
leave:
url: "https://discord.com/api/webhooks/URL"
embed:
title: "โ Player Left Arena"
description: |
**Leave Details:**
โข Player: `%player%`
โข Arena: `%arena%`
โข Players: `%current_players%/%max_players%`
๐ Player has left the battlefield.
color: "#FF0000"
footer: "CocoFFA"
image: ""
thumbnail: ""
start:
url: "https://discord.com/api/webhooks/URL"
embed:
title: "๐ฎ Arena Started"
description: |
**Arena Start:**
โข Arena: `%arena%`
โข Players: `%player_count%`
โ๏ธ Let the battle begin!
color: "#00FFFF"
footer: "CocoFFA"
image: ""
thumbnail: ""
stop:
url: "https://discord.com/api/webhooks/URL"
embed:
title: "๐ Arena Stopped"
description: |
**Arena Stop:**
โข Arena: `%arena%`
โข Reason: `%reason%`
๐ The battle has ended!
color: "#FFA500"
footer: "CocoFFA"
image: ""
thumbnail: ""
kill:
url: "https://discord.com/api/webhooks/URL"
embed:
title: "๐ Player Eliminated"
description: |
**Elimination:**
โข Eliminated: `%victim%`
โข Killer: `%killer%`
โข Arena: `%arena%`
โ๏ธ Another warrior falls in battle!
color: "#FF4500"
footer: "CocoFFA"
image: ""
thumbnail: ""
webhook-version: 1